timers throttle spf

This command sets the initial delay, the initial-holdtime and the maximum-holdtime between when SPF is calculated and the event which triggered the calculation.

Syntax

timers throttle spf delay initial-holdtime max-holdtime
no timers throttle spf  

Command

Description

delay

Defines a number between 0 – 600000 delay in milliseconds from 1st change received until SPF calculation.

initial-holdtime

Defines the initial holdtime between 0 – 600000 in milliseconds between consecutive SPF calculation.

maximum-holdtime

Defines the maximum holdtime between 0 – 600000 in milliseconds.

Default

NA

Command Mode

Privileged User

Example

This example sets the delay to 200 ms, the initial holdtime is set to 400 ms and the maximum holdtime is set to 10 seconds.

(config-data)# router ospf     
(conf-router) # timers throttle spf 200 400 10000